{------------------------------------------------------------------------------}
{ Don't Panic...                                                               }
{------------------------------------------------------------------------------}
{ If you try to export to DIF/SYLK Formats under the IDE, you'll get many      }
{ exceptions. This is normal, it is how they test to see if the string is      }
{ actually numeric data.                                                       }
{                                                                              }
{ It's easy to avoid this, either don't export to DIF/SYLK under the IDE or go }
{ to Tools/Debugger Options/Language Exceptions and choose to ignore           }
{ "EConvertError" Exceptions. If you don't have Delphi 4 and you still want to }
{ export to DIF/SYLK under the IDE then you have to turn off the IDE's         }
{ "Break on Exception" option.                                                 }
{------------------------------------------------------------------------------}

{------------------------------------------------------------------------------}
{ Installation                                                                 }
{------------------------------------------------------------------------------}
{ Please register ExportStringsReg.pas                                         }
{                                                                              }
{ Important! Since many Y-Tech Components (ie. those made by Y-Tech Corp.)     }
{ share the same units, you must put all code files (.dcu, .pas, .dfm,         }
{ .dcr, etc...) for all Y-Tech Components into the same directory. Otherwise   }
{ Delphi will not compile the library/package properly.                        }
{------------------------------------------------------------------------------}